Skip to content

marcinkapica/cr8tive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Webpage based on free PSD layout from http://www.psdfreebie.com - coded as an exercise

DEMO

Installation and launching

1. Installing npm packages

In order to launch the website, firstly you need to install the required npm packages. It can be done by the command:

npm install

2. Launching the app in developer environment

To launch the website in development environment you need to use the command:

npm start

The website hosted on localhost will be displayed in the browser window. Development files are stored in the app folder.

3. Generating production build

In order to generate website files for production build you need to use command:

npm run build

This will cause deletion of all contents of the dist folder and will generate in this location minified and concatenated website files ready to be deployed.

Used tools, libraries and frameworks

About

Webpage based on free PSD layout - coded as an exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published