Skip to content

JanDW/ccsp-ui

Repository files navigation

ccsp-prototype

Getting started

Note: all commands assume you are in the project repo root folder.

Dependencies

npm install

API

The mock API is in a separate repository, and is served via Heroku so the application can still be served via github pages.

The AngularJS webapp

At the time of writing, I'm starting to develop this in AngularJS (it's outdated, but I need to learn it for another project). I've completed the employee-facing new application form using jQuery, and it will not be overhauled.

Anyway, here's how you start up the AngularJS app

open http://localhost:8000; npm start

On MacOS your default browser should open the URL, but you'll need to reload the page manually.

Troubleshooting

Having unexpected errors thrown when running commands in the terminal that on node dependencies? Try:

rm -rf node_modules/ && npm clean cache && npm install

About

childcare scholarship program UI prototype

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published