/Code-Generator

Primary LanguageJavaScriptMIT LicenseMIT

Code-Generator

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 0.10 or higher is required.

Start Backend

$ cd backend/

Install dependencies:

$ npm install

Start the server:

$ npm run dev

Backend Server running on: http://localhost:8000

Start frontend

$ cd frontend/

Install dependencies:

$ npm install

Start the server:

$ npm start

View the website at: http://localhost:3000