This is a simple template project for building React apps.
It's the template that I'm using for my projects that is using the latest revisions of the different tooling and libraries available.
Note: Production flow still WIP since using beta libraries
Includes the following but not limited to:
- Webpack 2
- React hot loading
- await/async transpiling, class properties (ES7)
- code linting with eslint
- bundle code splitting
- Clone the repository: git clone https://github.com/agramdass/react-webpack2 my-new-project
- Install the dependencies: cd my-new-project && npm install
- Start webpack: npm run start
- Open browser: http://localhost:3000
- Change codes in your favorite editor and you will see the magic of hot loading
- Add libraries you need for your project
- Happy with your changes and ready for bundling: npm run build
- Fork it, change it and make it yours.
- You think workflow / things could be done better: send a pull request
Happy coding :)
Ashley G Ramdass