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 installor with yarn
yarnTo run the application run the command:
npm run startor with yarn
yarn startTo run the tests run the command:
npm run testor with yarn
yarn testThis project is under the MIT license. See the LICENSE file for more details.
