EvilKanoa / Vroom

Quick start for a React SPA with Express routing and MongoDB, scaled down from Zoom to exclude all but the basic React libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VROOM: Quick start for a Express & Redux app

Developing

For development:

  1. Clone repo.
  2. Copy .env.sample into .env and configure it as required.
  3. Run npm install.
  4. Start the development server using npm run dev.

Building and Deploying Editor

For a production ready build and server:

  1. Clone repo.
  2. Copy .env.sample into .env and configure it as required.
  3. Run npm install, then npm run build. Static files are ready to be served in the dist folder.
  4. Use npm run prod to run the production server and serve the dist folder.

About

Quick start for a React SPA with Express routing and MongoDB, scaled down from Zoom to exclude all but the basic React libraries

License:MIT License


Languages

Language:JavaScript 94.2%Language:HTML 4.6%Language:CSS 1.2%