GithubHelp home page GithubHelp logo

c0d3ster / reactnodeboilerplate Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 384 KB

Contains all things necessary to get started building a single-page web application with React and Node

License: MIT License

HTML 5.81% JavaScript 93.17% CSS 1.02%

reactnodeboilerplate's Introduction

ReactNodeBoilerplate

This boilerplate repository contains all files necessary to get started building a single-page web application with React and Node. The master branch contains my baseline collection of preferred web technologies. This list includes:

React

React Router v4

Webpack v4 (w/ babel-loader, css-loader, style-loader, file-loader)

Babel (env and react presets)

Node

Express

This is the baseline set up for most web apps that I develop. I will also use this repository to document how and why each of these technologies are used. I want this repository to be both a resource for myself to start projects more quickly but also a resource for other developers to learn more about my preferred technologies and easily build off my boilerplate. In addition to these baseline technologies I will begin building branches for the following additional features:

styling libraries (SASS, LESS, Bootstrap, Flex-box grid set up)

database support (MongoDB, MySQL)

Flux implementation (Alt, Redux)

HTTPS support (Free using certbot)

If anyone has any questions about the repository or finds any poor design patterns/practices, please don't hesitate to reach out to my or post an issue on the page. I'm always open to feedback and a smart developer will always be flexible in their technical progression, especially in the ever-changing world of web development.

Happy Coding,

Cody

reactnodeboilerplate's People

Contributors

c0d3ster avatar

Stargazers

 avatar  avatar

Watchers

 avatar

reactnodeboilerplate's Issues

Modular CSS

My current design pattern for CSS is to simply create a styles.css file which is imported into the App.jsx then styles are globally accessible throughout the app. This is not scalable and will quickly begin to be cumbersome when looking for styles and making new styles. Make css files for each component and start importing CSS dynamically.

Sample Header and Footer Components

Wrap the Switch statement in App.jsx with a Header and Footer component with very basic styles to center header text and set max-width to 1400px and margin to 0, auto for the body wrapper.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.