markkdev / react-init

Minimal React Boilerplate, Webpack 4 Babel 7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Init

React Redux Express Boilerplate to get up and running fast.

Based off of React Bolt

Includes

React

Redux

Express

Webpack 4

Babel 7

Eslint

Prettier

StyleLint

SASS/SCSS

React-Router

Getting Started

Clone the repo to your machine

Installing

npm install

Running the tests

npm run test

Deployment

Starting the webpack dev server and express server

Client runs on localhost:8080

Server runs on localhost:3000

npm run start:dev

To build the front end and serve

npm run start:prod

Authors

  • Mark Khuzam

License

This project is licensed under the MIT License

Acknowledgments

  • React Bolt

About

Minimal React Boilerplate, Webpack 4 Babel 7


Languages

Language:JavaScript 49.6%Language:CSS 47.4%Language:HTML 3.0%