Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 652 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 652 Bytes

initai-first-project

Development

See the docs for details on setting up the Dev Server.

Installation

Node.js version

To run your scripts locally, you should make sure to use Node.js version 4.3.2.

We recommend using nvm to easily manage Node.js versions on your machine. This project is pre-provisioned with an .nvmrc file so you may simply run:

$ nvm use

Install dependencies

$ npm i

Usage

Start the Dev Server

$ npm start