A skeleton project for starting with a hot-loading development server to get going straight away... Using the latest and greatest !
##So Many Starter-Kits already available for React so why ?! Well, there's plenty of hot-loading starter kits already out there, to be honest, I'm only creating another one because I found the ones that are out there are either outdated, or bloated with a lot of stuff I don't want.
##What It Includes:
-
An express server for production
-
styled-components which in my opinion is more powerful than the likes of sass and lives more naturally in React projects.
-
Testing using Jest for snapshot testing. To run tests
npm test
-
prettier and airbnb eslint settings which I highly recommend using with yuour favourite text editor's eslint plugin ! (tried and tested in Atom, Sublime and my preferred Vim :D)
-
Webpack 3 dev and prod config in the webpack folder transforming jsx babel es6 to javascript. In prod it the bundles can be found in the dist folder
-
React-hot-loader 3 which uses the webpack-dev-server
-
react router 4 with a home route, other fake route and a not found route.
##What You Waiting For, I Know You Want It:
1. git clone https://github.com/VasilyShelkov/React-Hot-Dev-Starter-Kit.git
2. npm install
3. npm start or npm run dev
4. go to localhost:8080 for dev and localhost:3000 for prod in the browser of your choice
bathe in the glory of my React-hot-dev-starter-kit and start developing your sexy ideas ASAP