Skip to content
Matthew Sullivan edited this page Jan 23, 2022 · 4 revisions

Node.js CI

https://matthewsullivan.media


Install

Install project dependencies

$ npm install

Setup

Set environment

$ export NODE_ENV=development

Server

Start server

$ node server.js

Serve

$ npm run start

Technologies

  • React (CRA)
  • Node (Express)
  • HTML5 / CSS3 (BEM)
  • Webpack
Clone this wiki locally