🎧 The Project | 🛠 Technologies | 🏁 Starting
The Next Level Week is a project created by RocketSeat to replace the OmniStack Week.
The 5th edition differs from the 4th by bringing five different options of trails: ReactJS, React Native, Flutter, Node.js, and Elixir.
This is the React trail!
🎓 Instructor: Diego Fernandes
🎨 Layout made in Figma by Tiago Luchtenberg
- 19/04/2021 - Liftoff
- 20/04/2021 - Maximum Speed
- 21/04/2021 - In Orbit
- 22/04/2021 - Landing
- 23/04/2021 - Surface Exploration
The project consists of a website for a fictional podcast called Podcastr.
Developed with React.js, Next.js and TypeScript.
Clone the project: git clone https://github.com/LiajuX/NextLevelWeek-Podcastr
❗ NOTE: If you don't have yarn installed, use npm instead.
💻 Execute the following commands to run the application:
# to download the dependencies
$ yarn
# to start the application on port 3000
$ yarn dev
In another terminal tab:
# to run the server
$ yarn server
Access http://localhost:3000/
.