Skip to content

Sample project using React and NodeJS. Simple web aplication that queries NYT Article API

License

Notifications You must be signed in to change notification settings

rferromoreno/NYTSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Clone the repository and remove the .git folder:

$ git clone https://github.com/rferromoreno/NYTSearch.git my-app
$ cd my-app
$ rm -rf .git
$ npm install

Start development server:

$ npm start

That's all, you can now modify any front or back-end code and everything will be reloaded automatically.

License

MIT © Hexacta

About

Sample project using React and NodeJS. Simple web aplication that queries NYT Article API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published