User management system built with vanilla javascript/html/css for a test assignment.
To get a local copy up and running follow these simple example steps.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/martenjurgens/webexpert-vanilla.git
- Install NPM packages
npm install
- Run the project
npm run dev