Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.16 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.16 KB

Intro

This is a boilerplate that I use for ReactJS projects. It is based off of ARc, but has a few extra features: bootstrap v4, a Node.js server proxy, uses stylus and Google Fonts webpack.

Setup

1. Get the source code

$ git clone https://github.com/mikewgd/atomic-design-stylus-boiler my-app
$ cd my-app

2. Install dependencies

$ npm install

3. Run the app

$ npm run dev

It will start the development server with HMR on top of it. It will also be running the Node server to use a proxy.

http://localhost:3000 — Development server
http://localhost:5000 — Node.js server

Now you can open http://localhost:3000 in browser and start developing.

Resources