Skip to content

anuragsinghbisht/getting_started_gatsby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

getting_started_gatsby

This project is a tutorial to get started with gatsby, create component pages, build and deploy static site

How to!

Install the dependencies and devDependencies and start the server.

$ npm install --save gatsby@next gatsby-link@next
$ ./node_modules/.bin/gatsby develop

Create index.js in src\pages folder

$ mkdir -p src/pages

To build the project after development

$ gatsby build
$ npm install -g surge
$ surge public/