Skip to content

craigivy/react-bootstrap-alt-boilerplate

Repository files navigation

React Bootstrap Alt Boilerplate

Install

npm install

Build and Run

browse http://localhost:3000/ after starting

Development

npm start

Make sure that your NODE_ENV environment variable is set to 'development' or not set at all. Otherwise, node will attempt to run the production server.

Production

export NODE_ENV=production
npm run build
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published