Here you'll learn the basics of frontend development while building a working web app.
- You can see the running app following this link: Github-page
- Or set it up locally:
Before starting, make sure your computer has up-to-date versions of the following installed:
- Node/NPM (choose the latest version)
- Git
- Visual Studio Code as our main IDE.
- Clone the repository in the directory of your preference using
git clone https://github.com/moove-it/bootcamp.git
- Type
cd bootcamp
to change your current directory to the repository folder. - Open this repository with Visual Studio Code.
- Type
npm install
to install all of the project dependencies. - Start the project locally running:
npm launch-bootcamp
This will load the following site:
- Perfect, you are ready to start. Happy coding!
The content has been structured dividing it by topic. Here you can find the links to the corresponding slides used in each session. Demos and exercises will also be done using Codepen.