Skip to content

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.

Notifications You must be signed in to change notification settings

mikewgd/boiler-atomic-stylus

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages