- Open the
Terminal
. - Clone the repository by entering
git clone https://github.com/mrevanzak/DelosNews.git
. - Ensure that
NodeJS
andnpm
are installed on the system. - change the diectory to repository name using
cd DelosNews
. - Create a
.env
file and writeAPI_KEY='your NYTimes API'
. You can get it on here. - install the dependencies by executing the follwing command:
yarn install
. - To run the project. execute
yarn dev
. and it will point to thelocalhost
server with the port3000
. - Enter the
IP Address: http://localhost:3000
on a web browser and use the application.
-
Notifications
You must be signed in to change notification settings - Fork 0
A website for ordering articles, created using Next.js, Typescript, and MobX, to fulfill the requirements set by DELOS.
mrevanzak/DelosNews
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A website for ordering articles, created using Next.js, Typescript, and MobX, to fulfill the requirements set by DELOS.