The second iteration of lucaswinkler.dev built with React and hosted with Netlify at: lucaswinkler-v2.netlify.app.
My new personal website which will be used to display my skills, projects and any other information. This version of my personal website is being built as a way to help teach myself React (React Hooks, TDD, possible static website generators or progressive web applications).
Also heres my Trello board so you can see what I'm currently working on: Trello.
Follow these steps in order to get the website up and running locally on your machine.
-
Clone or download the repository then navigate to the root directory
-
npm install
to install any dependencies -
npm start
to start a development server- Open http://localhost:3000 to view it in the browser
-
npm run build
to create a production build that is optimized for the web -
npm run serve
to run the production server- Open http://localhost:5000 to view it in the browser
Distributed under the MIT License. See LICENSE
for more information.