/Utopia

Angular 2 and node demo

Primary LanguageHTML

Running the Application

  1. Install Node.js 6.x or higher. The server uses ES2015 features so you need Node 6.x or higher!

  2. Run npm install to install app dependencies

  3. Run npm start in a separate terminal window to build the TypeScript, watch for changes and launch the web server

  4. Go to http://localhost:3000 in your browser