About • Technologies • Status • Deploy • Running • Author • License
Project developed during NLW (Next Level Week) 4, taught by Rockseat. During this event I learned more advanced concepts of WEB such as SPA (Single Page Applications), SSR (Server Side Rendering) and SSG (Static Site Generation). In addition, I learned to use the Next.js framework to create SPA with SSR. As I also put into practice the knowledge of React.js hooks.
The following tools were used in the construction of the project:
See the running project: Move.it
# Clone this repository
$ git clone https://github.com/ThiagoOliveiraCordeiro/moveit.git
# Access the project folder in terminal/cmd
$ cd moveit
# Install the project dependencies
$ npm install
# or
$ yarn install
# Run the development server
$ npm run dev
# or
$ yarn dev
Open http://localhost:3000 with your browser to see the result.
This project is licensed by MIT.