/meetup-event-planner

Project 1 of Udacity's Senior Web Developer NanoDegree

Primary LanguageCSS

Install:

npm install

If you haven't done so yet, install Elm globally:

npm install -g elm

Install Elm's dependencies:

elm package install

Serve locally:

npm start
  • Access app at http://localhost:8080/

Build & bundle for prod:

npm run build
  • Files are saved into the /dist folder
  • To check it, open dist/index.html