The fullstack open course will introduce the main concepts of modern JavaScript applications, such as React, Redux, Node and TypeScript. And, also will introduce about frontend and backend tests, and, about GraphQL and MongoDB.
Inside the project's folder, run:
yarn
Go to the backend folder and run the following command to start the backend server
yarn dev:server
Go to the frontend folder and run the following command to start the web application
yarn start
- Node - JavaScript runtime environment
- ReactJs - A declarative, efficient, and flexible JavaScript library for building user interfaces.
- Yarn - Package Manager
- Express - Web framework used NodeJS
- TypeScript - Typed Superset of JavaScript - used as a development dependency
- Geraldo Braz - Initial work - @geraldobraz