This application was developed as a challenge for the Rocketseat Bootcamp Launchabase introduction module. The application consists of making a company website, where information such as contact (phone, email), social networks and available courses are presented. Course data is presented dynamically using the Nunjucks tool to integrate BackEnd with FrontEnd
Note: To perform the procedures below on your terminal it is necessary to have Git and NodeJS or Yarn installed on the machine.
# Clone the repository
$ git clone https://github.com/willian-souza/rocketseat-site
# Enter the downloaded directory
$ cd rocketseat-site
# Install all dependencies
$ npm install
# Run the application
$ npm start
# Clone the repository
$ git clone https://github.com/willian-souza/rocketseat-site
# Enter the downloaded directory
$ cd rocketseat-site
# Install all dependencies
$ yarn
# Run the application
$ yarn start
Open http://localhost:3000 with your browser to see the result.
This project is under license MIT. See the archive LICENSE for more details.
Developed by Willian dos Santos Souza