A React implementation of Davide Pacilio's free landing page template. His design and layout has been rebuilt with React using create-react-app
. The motivation in doing this was to for my own practice and implementation of what I am learning in React.
- First, ensure that node.js & npm are both installed. If not, choose your OS and installation method from this page and follow the instructions.
- Next, use your command line to enter your project directory.
- Run
npm install
to install dependencies. - Run
npm start
to run project.