Skip to content

valerio-pescatori/solidjs-rest-countries

Repository files navigation

SolidJS Rest Countries

I wanted to try out SolidJS because it seemed very interesting from the first moment that I heard of it. I thought this challenge from FrontendMentor.io could suit perfectly.
If you want to learn more about SolidJS here's the Solid Website.

Live version

The app is currently deployed through Netlify and is available at this link.

Usage

If you want to run it locally you just need to:

$ npm install # or pnpm install or yarn install

Available Scripts

In the project directory, you can run:

npm run dev or npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

npm run build

Builds the app for production to the dist folder.
It correctly bundles Solid in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.