Access the project here.
This project is a copy of the facebook Home page interface. Built with React and Typescript, using styled-components lib to generate style sheets.
With a terminal open at the root of the project, execute one of the commands below:
npm install
or with yarn
yarn
To run the application run the command:
npm run start
or with yarn
yarn start
To run the tests run the command:
npm run test
or with yarn
yarn test
This project is under the MIT license. See the LICENSE file for more details.