Basic minimalist boilerplate which includes react,react-router,redux,webpack and Express
Starter kit for creating universal React applications.
- Babel
- Babel is a JavaScript compiler. Babel is a toolchain that is mainly used to convert ECMAScript 2015+ code into a backwards compatible version of JavaScript in current and older browsers or environments.
- ESLint
- ESLint is an open source JavaScript linting utility
- Express
- Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.
- React
- React is UI framework.
- React Router v4
- This library is used for routing the application.
- Webpack v2
- Webpack is module bundler
- TBA
$ npm install
Start development server:
$ npm run start
MIT © Gyanesh Gouraw