A repository for learning all things dev.
This project is aimed at helping non-technical people get a little bit more comfortable with all things development.
- Clone down the repository.
git clone https://github.com/sq1agency/dip-into-dev.git
- Install node packages (from inside the dip-into-dev folder).
npm install
- Run it
npm start
- Access it from the browser
http://127.0.0.1:5075
- Enjoy!