A highly opinionated starter kit for a standalone React frontend. Uses:
- React
- CoffeeScript
- React Router
- Alt.js
- Bootstrap
- Webpack
Includes:
- Webpack build setup with appropriate npm packages preinstalled in package.json
- Example components to set up and use React Router with Alt.js
- Bonus Authenticated and Login components to demonstrate doing login redirects
- git
- npm
- Clone the repository (
git clone [email protected]:schneidmaster/react-coffee-and-friends.git
) - Install packages:
npm install
- Start the development server:
npm start
- Open http://localhost:8080 in a browser window
- Run
npm run webpack
to generate a minified version of the code in thedist
directory, suitable for deployment
- Fork it ( https://github.com/schneidmaster/react-coffee-and-friends/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request